翻訳と辞書
Words near each other
・ Java Barn
・ Java Bindings for OpenGL
・ Java BluePrints
・ Java Business Integration
・ Java bytecode
・ Java bytecode instruction listings
・ Java campaign of 1806–07
・ Java Caps
・ Java Card
・ Java Card OpenPlatform
・ Java Champions
・ Java chicken
・ Java class file
・ Java Class Library
・ Java Classloader
Java Code Coverage Tools
・ Java coffee
・ Java collections framework
・ Java Community Process
・ Java compiler
・ Java concurrency
・ Java Cryptography Architecture
・ Java Cryptography Extension
・ Java Data Mining
・ Java Data Objects
・ Java Database Connectivity
・ Java Decompiler
・ Java Desktop Integration Components
・ Java Desktop System
・ Java Development Kit


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Java Code Coverage Tools : ウィキペディア英語版
Java Code Coverage Tools
Java Code Coverage Tools are distinguished in two main categories: first tools that add statements to the source code and require to recompile the source code. And second, tools which instrument the byte code either before or while running it. The goal is to find out which parts of code are tested by registering the lines of code executed when doing the test.
== JCov ==

JCov is the tool which has been developed and used with Sun JDK (and later Oracle JDK) from the very beginning of Java: from the version 1.1. JCov is capable of measuring and reporting Java code coverage. JCov is distributed under the terms of the GNU Public License, version 2, with the Classpath Exception. JCov has been open-sourced as a part of OpenJDK codetools project in 2014. JCov is the only code coverage tool working with a JDK release in development (JDK9 at the time of writing).

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Java Code Coverage Tools」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.